96 Commits (d589a67eceacd1cc171bbe94906ca7c9a0edd8c5)

Author SHA1 Message Date
Alexander Kuleshov a9c4641df7 add -i: return from list_and_choose if there is no candidate 10 years ago
Jeff King a8bec7abcc add--interactive: leave main loop on read error 10 years ago
Justin Lebar 235e8d5914 code and test: fix misuses of "nor" 11 years ago
Simon Ruderich b294097bc6 git-add--interactive: warn if module for interactive.singlekey is missing 11 years ago
Jeff King 954312a3ff add-interactive: handle unborn branch in patch mode 11 years ago
Johannes Sixt df17e77c0a add--interactive: fix external command invocation on Windows 12 years ago
Junio C Hamano e5c2909782 add -i: add extra options at the right place in "diff" command line 12 years ago
John Keeping 2cc0f53b53 add--interactive: respect diff.algorithm 12 years ago
Stefano Lattarini 41ccfdd9c9 Correct common spelling mistakes in comments and tests 12 years ago
Thomas Badie 70969f775d git-add--interactive.perl: Remove two unused variables 13 years ago
Jeff King 4066bd6797 add--interactive: ignore unmerged entries in patch mode 13 years ago
Thomas Rast b5cc003253 add -i: ignore terminal escape sequences 14 years ago
Junio C Hamano 933e44d3a0 "add -p": work-around an old laziness that does not coalesce hunks 14 years ago
Junio C Hamano 9dce832354 add--interactive.perl: factor out repeated --recount option 14 years ago
Junio C Hamano f5ea3f2bb3 add -p: 'q' should really quit 14 years ago
Jonathan "Duke" Leto 7b8c705188 Correct help blurb in checkout -p and friends 15 years ago
Ævar Arnfjörð Bjarmason 3328acedc6 perl: use "use warnings" instead of -w 15 years ago
Ævar Arnfjörð Bjarmason d48b284183 perl: bump the required Perl version to 5.8 from 5.6.[21] 15 years ago
Jonathan Nieder 74e42ce122 add-interactive: Clarify “remaining hunks in the file” 15 years ago
Jeff King e1327ed5fb add-interactive: fix bogus diff header line ordering 15 years ago
Jeff King 8947fdd598 add-interactive: fix deletion of non-empty files 15 years ago
Jonathan Nieder b4479f0747 add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR" 15 years ago
Jeff King 24ab81ae4d add-interactive: handle deletion of empty files 16 years ago
Pauli Virtanen b145b211ba git-add--interactive: never skip files included in index 16 years ago
Thomas Rast dda1f2a5c3 Implement 'git stash save --patch' 16 years ago
Thomas Rast 4f353658b9 Implement 'git checkout --patch' 16 years ago
Thomas Rast d002ef4d94 Implement 'git reset --patch' 16 years ago
Thomas Rast 3d792161b1 add -p: do not attempt to coalesce mode changes 16 years ago
Thomas Rast 8f0bef6df9 git-apply--interactive: Refactor patch mode code 16 years ago
Thomas Rast 8dc3a47c3e add -i: do not dump patch during application 16 years ago
Junio C Hamano 7a26e65392 Revert "git-add--interactive: remove hunk coalescing" 16 years ago
Wincent Colaiuta a2fc8d6536 git add -p: add missing "q" to patch prompt 16 years ago
Jeff King 7535e5a16a add-interactive: refactor mode hunk handling 16 years ago
Matthieu Moy cbd3a01ed8 git add -p: new "quit" command at the prompt. 16 years ago
Jeff King 0392513fdc add-interactive: refactor mode hunk handling 16 years ago
Matthieu Moy 9a7a1e03d5 git add -p: new "quit" command at the prompt. 16 years ago
Junio C Hamano 8851f4800c git-add -i/-p: learn to unwrap C-quoted paths 16 years ago
Deskin Miller 1d398a0390 add -i: revisit hunk on editor failure 16 years ago
Stephan Beyer 9aad6cbaef add -p: get rid of Git.pm warnings about unitialized values 16 years ago
Thomas Rast 748aa689ba add -p: import Term::ReadKey with 'require' 16 years ago
Thomas Rast a301973641 add -p: print errors in separate color 16 years ago
Thomas Rast ca6ac7f135 add -p: prompt for single characters 16 years ago
Thomas Rast 68c02d7c46 add -p: trap Ctrl-D in 'goto' mode 16 years ago
Thomas Rast 4404b2e392 add -p: change prompt separator for 'g' 16 years ago
William Pursell ace30ba813 In add --patch, Handle K,k,J,j slightly more gracefully. 16 years ago
William Pursell dd971cc9d6 Add / command in add --patch 16 years ago
William Pursell 57886bc7fb git-add -i/-p: Change prompt separater from slash to comma 16 years ago
William Pursell 070434d02b Add 'g' command to go to a hunk 16 years ago
William Pursell 3f6aff6889 Add subroutine to display one-line summary of hunks 16 years ago
Thomas Rast 9fe7a643fc add -p: warn if only binary changes present 17 years ago