summaryrefslogtreecommitdiffstats
path: root/builtin-for-each-ref.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-06git-rev-parse --parseoptJunio C Hamano2-3/+3
2007-11-06scripts: Add placeholders for OPTIONS_SPECJunio C Hamano11-0/+11
2007-11-06Migrate git-repack.sh to use git-rev-parse --parseoptPierre Habouzit1-5/+19
2007-11-06Migrate git-quiltimport.sh to use git-rev-parse --parseoptPierre Habouzit1-23/+16
2007-11-06Migrate git-checkout.sh to use git-rev-parse --parseopt --keep-dashdashPierre Habouzit1-50/+49
2007-11-06Migrate git-instaweb.sh to use git-rev-parse --parseoptPierre Habouzit1-44/+30
2007-11-06Migrate git-merge.sh to use git-rev-parse --parseoptPierre Habouzit1-72/+54
2007-11-06Migrate git-am.sh to use git-rev-parse --parseoptPierre Habouzit1-45/+49
2007-11-06Migrate git-clone to use git-rev-parse --parseoptPierre Habouzit1-45/+56
2007-11-06Migrate git-clean.sh to use git-rev-parse --parseopt.Pierre Habouzit1-18/+21
2007-11-06Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseoptPierre Habouzit1-18/+30
2007-11-06Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.Pierre Habouzit2-2/+200
2007-11-06Fix comment in strbuf.h to use correct name strbuf_avail()Steffen Prohaska1-4/+4
2007-11-06Remove a couple of duplicated includeMarco Costalba2-2/+0
2007-11-06grep with unmerged indexJunio C Hamano1-1/+1
2007-11-06Some better parse-options documentation.Pierre Habouzit1-2/+35
2007-11-06git-daemon: fix remote port number in log entryGerrit Pape1-2/+2
2007-11-06gc: --prune prunes unreferenced objects.Junio C Hamano1-1/+1
2007-11-06t3502: Disambiguate between file and rev by adding --Brian Gernhardt1-4/+4
2007-11-05Add more tests for git-cleanShawn Bohrer1-0/+105
2007-11-05Use parseopts in builtin-pushDaniel Barkalow1-52/+36
2007-11-05git-svn: t9114: verify merge commit message in testEric Wong1-0/+5
2007-11-05git-svn: fix dcommit clobbering when committing a series of diffsEric Wong2-4/+100
2007-11-05Split off the pretty print stuff into its own fileJohannes Schindelin3-719/+724
2007-11-05Fix an infinite loop in sq_quote_buf().Johannes Sixt2-1/+8
2007-11-04git-reset: do not be confused if there is nothing to resetJohannes Schindelin2-6/+25
2007-11-04git-clone: honor "--" to end argument parsingHeikki Orsila2-2/+5
2007-11-04RelNotes-1.5.3.5: fix typoDavid D Kilzer1-2/+2
2007-11-04git-svn: sort the options in the --help message.Benoit Sigoure1-1/+1
2007-11-04builtin-fetch: Add "-q" as a synonym for "--quiet"Steven Grimm1-1/+1
2007-11-04Delay pager setup in git blameMike Hommey1-3/+3
2007-11-04git-cvsimport: really convert underscores in branch names to dots with -uGerrit Pape1-0/+1
2007-11-04errors: "strict subset" -> "ancestor"J. Bruce Fields3-9/+14
2007-11-03git-fetch: more terse fetch outputNicolas Pitre1-54/+60
2007-11-03gitweb: Use config file for repository description and URLsJakub Narebski1-2/+8
2007-11-03gitweb: Read repo config using 'git config -z -l'Jakub Narebski1-7/+108
2007-11-03gitweb: Add tests for overriding gitweb config with repo configJakub Narebski1-0/+23