summaryrefslogtreecommitdiffstats
path: root/git-add--interactive.perl
Commit message (Expand)AuthorAgeFilesLines
* diff: improve positioning of add/delete blocks in diffsMichael Haggerty2016-09-191-1/+4
* add--interactive: respect diff.compactionHeuristicJeff King2016-06-161-0/+4
* add--interactive: allow custom diff highlighting programsJeff King2016-02-281-2/+10
* Merge branch 'ak/add-i-empty-candidates'Junio C Hamano2015-02-171-0/+5
|\
| * add -i: return from list_and_choose if there is no candidateAlexander Kuleshov2015-01-221-0/+5
* | add--interactive: leave main loop on read errorJeff King2014-12-151-0/+1
|/
* Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-081-2/+2
|\
| * code and test: fix misuses of "nor"Justin Lebar2014-03-311-2/+2
* | git-add--interactive: warn if module for interactive.singlekey is missingSimon Ruderich2014-03-031-0/+3
|/
* add-interactive: handle unborn branch in patch modeJeff King2013-10-251-9/+13
* add--interactive: fix external command invocation on WindowsJohannes Sixt2013-09-041-1/+1
* add -i: add extra options at the right place in "diff" command lineJunio C Hamano2013-06-231-1/+1
* add--interactive: respect diff.algorithmJohn Keeping2013-06-121-0/+5
* Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-1/+1
* git-add--interactive.perl: Remove two unused variablesThomas Badie2012-06-251-2/+0
* add--interactive: ignore unmerged entries in patch modeJeff King2012-04-051-7/+18
* add -i: ignore terminal escape sequencesThomas Rast2011-05-171-0/+19
* "add -p": work-around an old laziness that does not coalesce hunksJunio C Hamano2011-04-291-1/+1
* add--interactive.perl: factor out repeated --recount optionJunio C Hamano2011-04-291-8/+8
* add -p: 'q' should really quitJunio C Hamano2011-04-291-5/+4
* Merge branch 'jl/add-p-reverse-message'Junio C Hamano2010-11-291-2/+11
|\
| * Correct help blurb in checkout -p and friendsJonathan "Duke" Leto2010-10-281-2/+11
* | perl: use "use warnings" instead of -wÆvar Arnfjörð Bjarmason2010-09-271-1/+2
* | perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-271-0/+1
|/
* add-interactive: Clarify “remaining hunks in the file”Jonathan Nieder2010-06-131-3/+3
* Merge branch 'jk/maint-add--interactive-delete'Junio C Hamano2010-03-071-1/+23
|\
| * add-interactive: fix bogus diff header line orderingJeff King2010-02-221-1/+23
* | Merge branch 'maint'Junio C Hamano2009-12-081-1/+5
|\|
| * Merge branch 'jk/maint-add-p-delete-fix' into maintJunio C Hamano2009-12-081-1/+5
| |\
| | * add-interactive: fix deletion of non-empty filesJeff King2009-12-071-1/+5
| * | Merge branch 'jk/maint-add-p-empty' into maintJunio C Hamano2009-11-161-5/+13
| |\|
| * | Merge branch 'pv/maint-add-p-no-exclude' into maintJunio C Hamano2009-10-231-1/+1
| |\ \
* | \ \ Merge branch 'jn/editor-pager'Junio C Hamano2009-11-201-2/+1
|\ \ \ \
| * | | | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder2009-11-131-2/+1
* | | | | Merge branch 'jk/maint-add-p-empty'Junio C Hamano2009-11-151-5/+13
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | add-interactive: handle deletion of empty filesJeff King2009-10-271-5/+13
| |/ /
* | | Merge branch 'pv/maint-add-p-no-exclude'Junio C Hamano2009-10-141-1/+1
|\ \ \ | |/ / |/| / | |/
| * git-add--interactive: never skip files included in indexPauli Virtanen2009-10-101-1/+1
| * Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix' into maint-1.6.3Junio C Hamano2009-08-261-0/+4
| |\
* | \ Merge branch 'tr/reset-checkout-patch'Junio C Hamano2009-09-071-31/+179
|\ \ \
| * | | Implement 'git stash save --patch'Thomas Rast2009-08-151-2/+12
| * | | Implement 'git checkout --patch'Thomas Rast2009-08-151-0/+61
| * | | Implement 'git reset --patch'Thomas Rast2009-08-151-4/+53
| * | | git-apply--interactive: Refactor patch mode codeThomas Rast2009-08-141-27/+55
| |/ /
* | | Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix'Junio C Hamano2009-08-181-0/+4
|\ \ \ | |/ / |/| / | |/
| * add -p: do not attempt to coalesce mode changesThomas Rast2009-08-151-0/+4
* | add -i: do not dump patch during applicationThomas Rast2009-06-031-1/+0
|/
* Revert "git-add--interactive: remove hunk coalescing"Junio C Hamano2009-05-161-1/+95
* Merge branch 'mm/maint-add-p-quit'Junio C Hamano2009-04-201-1/+1
|\
| * git add -p: add missing "q" to patch promptWincent Colaiuta2009-04-201-1/+1