aboutsummaryrefslogtreecommitdiffstats
path: root/http-backend.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 00:41:50 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-11 08:52:09 -0700
commite93fc5d721738de978ef06acb62daa3df3c40625 (patch)
tree4ec30bf0f9ed8134917b0814dfdc76fcc7b70245 /http-backend.c
parentobject-name.h: move declarations for object-name.c functions from cache.h (diff)
downloadgit-e93fc5d721738de978ef06acb62daa3df3c40625.tar.gz
git-e93fc5d721738de978ef06acb62daa3df3c40625.zip
treewide: remove cache.h inclusion due to object-name.h changes
Signed-off-by: Elijah Newren <newren@gmail.com> Acked-by: Calvin Wan <calvinwan@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http-backend.c')
0 files changed, 0 insertions, 0 deletions
.Junio C Hamano1-1/+1 2007-11-05t3502: 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-04Fix an infinite loop in sq_quote_buf().Johannes Sixt2-1/+8 2007-11-03git-reset: do not be confused if there is nothing to resetJohannes Schindelin2-6/+25 2007-11-03git-clone: honor "--" to end argument parsingHeikki Orsila2-2/+5 2007-11-03RelNotes-1.5.3.5: fix typoDavid D Kilzer1-2/+2 2007-11-03git-svn: sort the options in the --help message.Benoit Sigoure1-1/+1 2007-11-03builtin-fetch: Add "-q" as a synonym for "--quiet"Steven Grimm1-1/+1 2007-11-03Delay pager setup in git blameMike Hommey1-3/+3 2007-11-03git-cvsimport: really convert underscores in branch names to dots with -uGerrit Pape1-0/+1 2007-11-03errors: "strict subset" -> "ancestor"J. Bruce Fields3-9/+14 2007-11-02git-fetch: more terse fetch outputNicolas Pitre1-54/+60 2007-11-02gitweb: Use config file for repository description and URLsJakub Narebski1-2/+8 2007-11-02gitweb: Read repo config using 'git config -z -l'Jakub Narebski1-7/+108 2007-11-02gitweb: Add tests for overriding gitweb config with repo configJakub Narebski1-0/+23